From: bors Date: Wed, 14 Mar 2018 21:49:10 +0000 (+0000) Subject: Auto merge of #5179 - matklad:uplink-pdb, r=alexcrichton X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~2^2~43 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=83a3084cdd4de32f885d3d28132138370c913e9a;p=cargo.git Auto merge of #5179 - matklad:uplink-pdb, r=alexcrichton Copy `.pdb` files to `target` directory `.pdb` files are for windows debug info (unlike on linux, debug info is in a separate file). Windows executable actually hard-code paths to `.pdb` files, so debugging mvsc rust programs works even without this patch. However, if you want to distribute the executable to other machines, you'd better distribute both `foo.exe` and `foo.pdb`, because absolute paths won't work on another machine. Having same-named .pdb file alongside the binary would work though. closes #4960 --- 83a3084cdd4de32f885d3d28132138370c913e9a